home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000238_amos-request@svcs1.digex.net_Fri Sep 24 10:17:53 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  3KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA09047
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Fri, 24 Sep 1993 10:17:51 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA14291; Fri, 24 Sep 93 10:16:21 -0400 (from amos-request@svcs1.digex.net for mcox@access.digex.com)
  5. Received: by svcs1.digex.net id AA01429
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Fri, 24 Sep 1993 10:03:50 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA01425
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Fri, 24 Sep 1993 10:03:47 -0400
  9. Received: from hearn.nic.surfnet.nl by access.digex.net with SMTP id AA06539
  10.   (5.65c/IDA-1.4.4 for <amos-list@ACCESS.DIGEX.NET>); Fri, 24 Sep 1993 10:03:42 -0400
  11. Message-Id: <199309241403.AA06539@access.digex.net>
  12. Received: from HNYKUN11.URC.KUN.NL by HEARN.nic.SURFnet.nl (IBM VM SMTP V2R2)
  13.    with BSMTP id 3952; Fri, 24 Sep 93 15:51:53 CET
  14. Received: from HNYKUN11 (NJE origin U249026@HNYKUN11) by HNYKUN11.URC.KUN.NL (LMail V1.1d/1.7f) with BSMTP id 3806; Fri, 24 Sep 1993 15:44:40 +0200
  15. Date:         Fri, 24 Sep 93 15:35:03 MET
  16. From: Branko Collin <U249026@HNYKUN11.BITNET>
  17. Subject:      re: logo
  18. To: amos-list@access.digex.net
  19. Status: RO
  20.  
  21. First, I do not wish to discourage you in programming a Logo interpreter,
  22. but there is a very good Logo in the Public Domain, called PowerLOGO.
  23. It may even be freeware. Its syntax deviates a bit from regular LOGO
  24. (not toomuch and I am not even sure, because it's the only LOGO I've
  25. ever used), but as far as I can judge it's definetly worth checking
  26. out. It's on a Fishdisk.
  27.  
  28. Second, there were numerous tips for drawing a turtle, most of which
  29. involved doing complex stuff, like opening hundreds B-) of screens.
  30. Just do this:
  31. Gr Write 2
  32. DRAW_TOITLE[ANGLE,X,Y]
  33. Gr Write 0
  34. DRAW_TOITLE[ANGLE,X,Y]
  35. ...where draw_toitle is your routine to draw a triangle.
  36. This technique is also used to get rubberbands and is shown in one of
  37. the example files. There is one disadvantage; It will flicker.
  38.  
  39. .......................................................................
  40. .       Branko Collin                . 'Nonsense is the opposite      .
  41. .       u249026@hnykun11.urc.kun.nl  .  of sense and should           .
  42. .   //  u249026@hnykun11.bitnet      .  therefor be taken serious-    .
  43. . \X/   bcollin@mpi.kun.nl (work)    .  ly.' - I                      .
  44. .......................................................................